home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Patch / Shadow Company / scgsc_client.exe / 0 / RCDATA / TMSG_FORM / TMSG_FORM.txt
Text File  |  1999-11-13  |  1KB  |  64 lines

  1. object msg_form: Tmsg_form
  2.   Left = 419
  3.   Top = 405
  4.   BorderStyle = bsDialog
  5.   Caption = 'Send a Message'
  6.   ClientHeight = 181
  7.   ClientWidth = 385
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object tobox: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 169
  24.     Height = 33
  25.     Caption = ' To '
  26.     TabOrder = 3
  27.     object tolabel: TLabel
  28.       Left = 8
  29.       Top = 13
  30.       Width = 31
  31.       Height = 14
  32.       Caption = 'tolabel'
  33.     end
  34.   end
  35.   object rbutton: TButton
  36.     Left = 304
  37.     Top = 16
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Send'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object lbutton: TButton
  46.     Left = 216
  47.     Top = 16
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.   end
  55.   object msgbox: TMemo
  56.     Left = 10
  57.     Top = 52
  58.     Width = 367
  59.     Height = 125
  60.     MaxLength = 500
  61.     TabOrder = 0
  62.   end
  63. end
  64.